Release 10.1A: OpenEdge Development:
Programming Interfaces
Writing an XML document
The program flow of an XML write follows this general pattern in a forward-only stream:
- The write begins with the
START-DOCUMENTmethod and the document’s prolog is written.- To build an element, use the
START-ELEMENTmethod to create the start tag for the desired element type.- Use the following methods to build the content of the tag:
- The
END-ELEMENTmethod provides the closing tag for the named element.- Use the other methods to provide other types of XML content:
- The
END-DOCUMENTmethod closes the XML document.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |